This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal



Jun 26, 2012, 8:21 PM
7 Posts

Controls used in ibm.com ?

  • Category: Extension Library
  • Platform: Windows
  • Release: 8.5.3
  • Role: Developer
  • Tags: OneUIv2.1
  • Replies: 2
Does anybody know what controls in xPages can be used to mimic www.ibm.com ? How would a panel show and disappear in xPages as when you click on Solutions there?

Any comments will be appreciated.  Thanks!
 
 
 
Jun 27, 2012, 8:52 AM
126 Posts
Re: Controls used in ibm.com ?
There is no inbuilt control for this. You can make panels show / disappear using the rendered property and SSJS:
 
getComponent("ID").setRendered(true / false); 
 
But this will only make it open / close, not add that slide effect. Viewing the source its easy to notice that there is dojo attach points on the panel that shows / hides, my guess would then be that its using some dojo transition (which most likely uses CSS 3 animations) to move it in / out.
Jun 29, 2012, 4:08 PM
7 Posts
Re: Controls used in ibm.com ?
 Thank you for your reply! I'm new to xPages and wanted to make sure no controls were out there already in the palette.

This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal